diff options
Diffstat (limited to 'libdevcore/vector_ref.h')
-rw-r--r-- | libdevcore/vector_ref.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdevcore/vector_ref.h b/libdevcore/vector_ref.h index 46d06946..698377c9 100644 --- a/libdevcore/vector_ref.h +++ b/libdevcore/vector_ref.h @@ -7,7 +7,7 @@ #include <string> #ifdef __INTEL_COMPILER -#pragma warning(disable:597) //will not be called for implicit or explicit conversions +#pragma warning(disable:597) // will not be called for implicit or explicit conversions #endif namespace dev |