Gui: redundant void 2
This commit is contained in:
@@ -89,7 +89,7 @@ public:
|
||||
|
||||
BitmapFactoryInst* BitmapFactoryInst::_pcSingleton = nullptr;
|
||||
|
||||
BitmapFactoryInst& BitmapFactoryInst::instance(void)
|
||||
BitmapFactoryInst& BitmapFactoryInst::instance()
|
||||
{
|
||||
if (!_pcSingleton)
|
||||
{
|
||||
@@ -113,7 +113,7 @@ BitmapFactoryInst& BitmapFactoryInst::instance(void)
|
||||
return *_pcSingleton;
|
||||
}
|
||||
|
||||
void BitmapFactoryInst::destruct (void)
|
||||
void BitmapFactoryInst::destruct ()
|
||||
{
|
||||
if (_pcSingleton)
|
||||
delete _pcSingleton;
|
||||
|
||||
Reference in New Issue
Block a user