aboutsummaryrefslogtreecommitdiff
path: root/src/FbCommandFactory.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-07-03 22:57:05 (GMT)
committermarkt <markt>2007-07-03 22:57:05 (GMT)
commitd667fcc887fa997bed7c54f1ef24ac9a363d2ace (patch)
tree973a400f99da1203633b143962d3bbd1fa15cee3 /src/FbCommandFactory.hh
parent8f6434efa67b2f11548c9862aaa0d29488645500 (diff)
downloadfluxbox-d667fcc887fa997bed7c54f1ef24ac9a363d2ace.zip
fluxbox-d667fcc887fa997bed7c54f1ef24ac9a363d2ace.tar.bz2
some security fixes for fluxbox-remote, and some minor changes for the gvim fix
Diffstat (limited to 'src/FbCommandFactory.hh')
-rw-r--r--src/FbCommandFactory.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbCommandFactory.hh b/src/FbCommandFactory.hh
index dfee559..4b68499 100644
--- a/src/FbCommandFactory.hh
+++ b/src/FbCommandFactory.hh
@@ -27,7 +27,7 @@
27class FbCommandFactory: public CommandFactory { 27class FbCommandFactory: public CommandFactory {
28public: 28public:
29 FbTk::Command *stringToCommand(const std::string &command, 29 FbTk::Command *stringToCommand(const std::string &command,
30 const std::string &arguments); 30 const std::string &arguments, bool trusted);
31 31
32private: 32private:
33 FbCommandFactory(); 33 FbCommandFactory();