Browse Source

Fixed CUDA warning #547

Christophe Riccio 9 years ago
parent
commit
e33e37dc48
1 changed files with 2 additions and 2 deletions
  1. 2 2
      glm/gtx/io.hpp

+ 2 - 2
glm/gtx/io.hpp

@@ -59,8 +59,8 @@ namespace glm
 			char_type  newline;
 			order_type order;
 
-			explicit format_punct(size_t a = 0);
-			explicit format_punct(format_punct const&);
+			GLM_FUNC_DECL explicit format_punct(size_t a = 0);
+			GLM_FUNC_DECL explicit format_punct(format_punct const&);
 		};
 
 		template <typename CTy, typename CTr = std::char_traits<CTy> >