Minor tweak

This commit is contained in:
Jack Andersen
2018-12-07 15:28:54 -10:00
parent 54676aff91
commit 2c2c72bfd1
5 changed files with 9 additions and 8 deletions

View File

@@ -43,7 +43,10 @@ public:
m_pname(pname),
m_args(args),
m_singleInstance(singleInstance)
{}
{
(void)m_callback;
(void)m_singleInstance;
}
EPlatformType getPlatformType() const
{