Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/unittests/SingletonTest.cpp

    r0f6f3a rb8d4a3  
    5252    count1++;
    5353  }
    54   // explicit copy constructor to catch if thsi is ever called
     54  // explicit copy constructor to catch if this is ever called
    5555  SingletonStub2(const SingletonStub2&){
    5656    CPPUNIT_FAIL    ( "Copy constructor of Singleton called" );
Note: See TracChangeset for help on using the changeset viewer.