]> git.lyx.org Git - lyx.git/blobdiff - src/Spacing.C
Indentation change + small #ifndef NEW_INSETS fix.
[lyx.git] / src / Spacing.C
index 3d39cf4e326ec75538fb0f59e830edee3782d019..832fe8f1e3d1897884a731aadfdb63e5e21ba08d 100644 (file)
@@ -22,8 +22,11 @@ using std::ios;
 using std::ostream;
 
 /// how can I put this inside of Spacing (class)
-static
-char const * spacing_string[] = {"single", "onehalf", "double", "other"};
+namespace {
+
+char const * const spacing_string[] = {"single", "onehalf", "double", "other"};
+
+} // namespace anon
 
 
 float Spacing::getValue() const