Fix pragma nesting.
authorScott Cantor <cantor.2@osu.edu>
Sun, 29 Oct 2006 23:50:02 +0000 (23:50 +0000)
committerScott Cantor <cantor.2@osu.edu>
Sun, 29 Oct 2006 23:50:02 +0000 (23:50 +0000)
xmltooling/XMLObject.h

index fc9225e..43b30fa 100644 (file)
@@ -312,10 +312,10 @@ namespace xmltooling {
         XMLObject& operator=(const XMLObject& src);
     };
 
+};
+
 #if defined (_MSC_VER)
     #pragma warning( pop )
 #endif
 
-};
-
 #endif /* __xmltooling_xmlobj_h__ */