10 lines
110 B
C++
10 lines
110 B
C++
|
|
#include "someclass.h"
|
|
|
|
#ifndef NODEPRECATEDLIB_NO_DEPRECATED
|
|
void SomeClass::someMethod() const
|
|
{
|
|
|
|
}
|
|
#endif
|