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/util/output/ConsoleWriterTest.cc

    r10829 r10846  
    1212        {
    1313            public:
    14                 virtual void SetUp()
     14                virtual void SetUp() override
    1515                {
    1616                    // reset output manager
     
    1818                }
    1919
    20                 virtual void TearDown()
     20                virtual void TearDown() override
    2121                {
    2222                }
Note: See TracChangeset for help on using the changeset viewer.