diff options
author | John Wiegley <johnw@newartisans.com> | 2013-05-19 02:06:45 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2013-05-19 02:14:27 -0500 |
commit | db35e5c8fccf965c7383bebcfca8f7c3ad681d3b (patch) | |
tree | 945181016d58b48b2de6d60bf04a87cd39d6b18c /src/global.h | |
parent | 0ab56f5d85ca20005e60eeafc2a7a2ce169689ee (diff) | |
download | fork-ledger-db35e5c8fccf965c7383bebcfca8f7c3ad681d3b.tar.gz fork-ledger-db35e5c8fccf965c7383bebcfca8f7c3ad681d3b.tar.bz2 fork-ledger-db35e5c8fccf965c7383bebcfca8f7c3ad681d3b.zip |
Resolve new compiler warnings from Clang
Diffstat (limited to 'src/global.h')
-rw-r--r-- | src/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/global.h b/src/global.h index c024dce2..5fa67d2c 100644 --- a/src/global.h +++ b/src/global.h @@ -99,11 +99,11 @@ public: void report_error(const std::exception& err); + void execute_command(strings_list args, bool at_repl); /** * @return \c true if a command was actually executed; otherwise, it probably * just resulted in setting some options. */ - void execute_command(strings_list args, bool at_repl); int execute_command_wrapper(strings_list args, bool at_repl); value_t push_command(call_scope_t&) { |