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/CoreIncludes.h

    r10520 r10530  
    225225
    226226        public:
    227             StaticallyInitializedIdentifier(Identifier* identifier) : identifier_(identifier) {}
     227            StaticallyInitializedIdentifier(Identifier* identifier)
     228                : StaticallyInitializedInstance(0)
     229                , identifier_(identifier)
     230            {}
    228231            ~StaticallyInitializedIdentifier() { delete identifier_; }
    229232
Note: See TracChangeset for help on using the changeset viewer.