Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 6, 2015, 2:45:20 PM (9 years ago)
Author:
landauf
Message:

statically initialized instances may contain a type. currently not used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/src/libraries/core/singleton/ScopedSingletonIncludes.h

    r10520 r10530  
    8181        public:
    8282            StaticallyInitializedScopedSingletonWrapper(ScopedSingletonWrapper* wrapper, ScopeID::Value scope)
    83                 : wrapper_(wrapper)
     83                : StaticallyInitializedInstance(0)
     84                , wrapper_(wrapper)
    8485                , scope_(scope)
    8586            {}
Note: See TracChangeset for help on using the changeset viewer.