Build
- Fixed more case-sensitivity problems, and missing include files.
This commit is contained in:
@@ -31,10 +31,10 @@
|
||||
#include <string>
|
||||
#include <Command.h>
|
||||
|
||||
class CmdIds : public Command
|
||||
class CmdIDs : public Command
|
||||
{
|
||||
public:
|
||||
CmdIds ();
|
||||
CmdIDs ();
|
||||
int execute (const std::string&, std::string&);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user