mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Removed MSVC specific constructor.
This commit is contained in:
@@ -14,12 +14,6 @@ namespace bx
|
||||
class CommandLine
|
||||
{
|
||||
public:
|
||||
CommandLine()
|
||||
: m_argc(__argc)
|
||||
, m_argv(__argv)
|
||||
{
|
||||
}
|
||||
|
||||
CommandLine(int _argc, char const* const* _argv)
|
||||
: m_argc(_argc)
|
||||
, m_argv(_argv)
|
||||
|
||||
Reference in New Issue
Block a user