]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - libs/generic/constant.h
fixed gcc compile errors
[xonotic/netradiant.git] / libs / generic / constant.h
index 0c2f1b52724d4e2b3619aa7258fa9fc81621774f..42b2fa5d6e22590e9de96bd01ce759e065853f6d 100644 (file)
@@ -45,4 +45,6 @@ inline TextOutputStreamType& ostream_write(TextOutputStreamType& ostream, const
 #define STRING_CONSTANT(name, value) TYPE_CONSTANT(name, value, const char*)
 #define INTEGER_CONSTANT(name, value) TYPE_CONSTANT(name, value, int)
 
+STRING_CONSTANT(EmptyString, "");
+
 #endif