]> git.lyx.org Git - lyx.git/blobdiff - src/Variables.C
* GuiView.C (updateTab): do not update early if current tab has
[lyx.git] / src / Variables.C
index 67102ebc2ade1190911e069764dc5fd5cc04bccc..3b3f6d4f9d25d2c4bf31272349b5139564d13997 100644 (file)
@@ -66,6 +66,9 @@ string const Variables::expand(string const & s) const
 #ifdef TEST
 
 #include <iostream>
+
+
+namespace lyx {
 using std::endl;
 using std::cout;
 
@@ -77,3 +80,6 @@ int main() {
 }
 
 #endif
+
+
+} // namespace lyx