]> Dogcows Code - chaz/openbox/blobdiff - util/epist/parser.cc
fix std:: namespace problems
[chaz/openbox] / util / epist / parser.cc
index 660a876ff04c0d9d92ba362557ac7f5df8801ae1..bbf5dad12e0153c18f0c0baf729aae8549a9597c 100644 (file)
@@ -1,10 +1,16 @@
 extern "C" {
 #include <stdio.h>
 }
+
 #include "parser.hh"
 
+#include <string>
+
+using std::string;
+
+
 parser::parser(keytree *kt)
-    : _mask(0), _action(Action::noaction), _key(""), _arg(""), _kt(kt)
+    : _kt(kt), _mask(0), _action(Action::noaction), _key(""), _arg("") 
 {
 }
 
This page took 0.022629 seconds and 4 git commands to generate.