scummvm/base
Ori Avtalion aa0f307e06 ALL: Require DECLARE_SINGLETON to be used in the Common namepsace
Silences the clang warning:

  static data member specialization of '_singleton' must
  originally be declared in namespace 'Common'; accepted as a C++0x
  extension [-Wc++0x-extensions]

Wrapping "namespace Common {}" around the macro assignment causes clang
to complain about a spurious semicolon, and removing the semicolon at
the end of the macro causes some editors to misbehave.

Changing the requirement of using the macro in one namespace (the
global) to another (Common) seems a small price to pay to
silence a warning.
2011-06-30 22:41:41 +03:00
..
commandLine.cpp WIN32: Add option to disable the console window, keeping the current default of enabling the console window. 2011-06-30 11:17:58 +10:00
commandLine.h COMMON: Modify Base::processSettings, get rid of Common::kArgumentNotProcessed 2011-05-23 19:39:25 +02:00
internal_revision.h.in CREATE_PROJECT: Update revision number support (fixes bug #3280881) 2011-04-24 16:59:46 -04:00
internal_version.h RELEASE: This is 1.4.0git 2011-05-01 14:44:20 +03:00
internal_version.h.in CREATE_PROJECT: Update revision number support (fixes bug #3280881) 2011-04-24 16:59:46 -04:00
main.cpp ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
main.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
module.mk Moved base/game.* to engines/game.* 2008-09-17 17:31:29 +00:00
plugins.cpp ALL: Require DECLARE_SINGLETON to be used in the Common namepsace 2011-06-30 22:41:41 +03:00
plugins.h ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
version.cpp BASE: add TAINTED feature to gScummVMFeatures 2011-06-16 10:17:19 -05:00
version.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00