Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 23, 2015, 10:21:04 PM (8 years ago)
Author:
landauf
Message:

added 'override' to inherited virtual functions in unittests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/cpp11_v2/test/core/command/ExecutorPtrTest.cc

    r10825 r10846  
    2121        {
    2222            public:
    23                 virtual void SetUp()
     23                virtual void SetUp() override
    2424                {
    2525                }
    2626
    27                 virtual void TearDown()
     27                virtual void TearDown() override
    2828                {
    2929                }
Note: See TracChangeset for help on using the changeset viewer.