]> Dogcows Code - chaz/openbox/blobdiff - util/epist/epist.cc
remove some unneeded std::'s
[chaz/openbox] / util / epist / epist.cc
index 55e58b58d78de19d59f31de7c9fba5ab5afe035d..9db7c1bb4e3f58f32cca5e069dc6418e186ee339 100644 (file)
@@ -231,7 +231,7 @@ void epist::addAction(Action::ActionType act, unsigned int modifiers,
 
 
 void epist::addAction(Action::ActionType act, unsigned int modifiers,
-                      string key, std::string str) {
+                      string key, string str) {
   _actions.push_back(Action(act, XKeysymToKeycode(getXDisplay(),
                                                   XStringToKeysym(key.c_str())),
                             modifiers, str));
This page took 0.021793 seconds and 4 git commands to generate.