summaryrefslogtreecommitdiff
path: root/omegalib/omega/include/basic/ConstString.h
diff options
context:
space:
mode:
Diffstat (limited to 'omegalib/omega/include/basic/ConstString.h')
-rw-r--r--omegalib/omega/include/basic/ConstString.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/omegalib/omega/include/basic/ConstString.h b/omegalib/omega/include/basic/ConstString.h
index 5149e55..f149c9d 100644
--- a/omegalib/omega/include/basic/ConstString.h
+++ b/omegalib/omega/include/basic/ConstString.h
@@ -10,7 +10,6 @@ namespace omega {
// global, but if it and its size are static to Const_String,
// the compiler still doesn't seem to like the definition,
// or the declaration either for that matter.
-
class ConstStringRep {
public:
const char *name;