]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - contrib/bobtoolz/DEPair.h
* applied patch by StefanV (from mailinglist) that fixes an error in config.py (broke...
[xonotic/netradiant.git] / contrib / bobtoolz / DEPair.h
index 11f7904551a418fd0ea13c6f60f53a3d0acb45fe..41f86e48591e24d836754850ca3be23d861a5250 100644 (file)
@@ -28,13 +28,13 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #pragma once
 #endif // _MSC_VER > 1000
 
-class DEPair  
+class DEPair
 {
 public:
        DEPair();
        virtual ~DEPair();
 
-       void Build(char* pKey, char* pValue);
+       void Build(const char* pKey, const char* pValue);
 
        Str     key;
        Str     value;