mirror of
https://github.com/lucaspalomodevelop/lpstd.git
synced 2026-03-12 23:27:22 +00:00
fix namespace
This commit is contained in:
parent
179f7b4107
commit
fc4a4dbf46
@ -10,6 +10,11 @@
|
||||
#include <iterator>
|
||||
#include "../patterns/singleton.hpp"
|
||||
|
||||
namespace lpstd
|
||||
{
|
||||
namespace classes
|
||||
{
|
||||
|
||||
struct commandInfo
|
||||
{
|
||||
std::string name;
|
||||
@ -172,4 +177,7 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
} // namespace classes
|
||||
} // namespace lpstd
|
||||
|
||||
#endif // __LPSTD_COMMAND_H__
|
||||
Loading…
x
Reference in New Issue
Block a user