Fix pragma nesting.
authorcantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Sun, 29 Oct 2006 23:50:02 +0000 (23:50 +0000)
committercantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Sun, 29 Oct 2006 23:50:02 +0000 (23:50 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/trunk@186 de75baf8-a10c-0410-a50a-987c0e22f00f

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__ */