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/network/NetworkFunctionIncludes.h

    r10520 r10530  
    5151    {
    5252        public:
    53             StaticallyInitializedNetworkFunction(NetworkFunctionBase* function) : function_(function) {}
     53            StaticallyInitializedNetworkFunction(NetworkFunctionBase* function)
     54                : StaticallyInitializedInstance(0)
     55                , function_(function)
     56            {}
    5457            ~StaticallyInitializedNetworkFunction() { delete function_; }
    5558
Note: See TracChangeset for help on using the changeset viewer.