[Lemon-commits] ladanyi: r3346 - glemon/branches/akos
Lemon SVN
svn at lemon.cs.elte.hu
Fri Oct 26 09:47:12 CEST 2007
Author: ladanyi
Date: Fri Oct 26 09:47:11 2007
New Revision: 3346
Modified:
glemon/branches/akos/xml.h
Log:
Add missing include guard.
Modified: glemon/branches/akos/xml.h
==============================================================================
--- glemon/branches/akos/xml.h (original)
+++ glemon/branches/akos/xml.h Fri Oct 26 09:47:11 2007
@@ -16,6 +16,9 @@
*
*/
+#ifndef GLEMON_XML_H
+#define GLEMON_XML_H
+
#include <iostream>
#include <string>
#include <vector>
@@ -442,3 +445,4 @@
}
+#endif
More information about the Lemon-commits
mailing list