blob: a3f41111cf50e782e99f148ba59af55825f8d9a7 [file] [log] [blame]
#include "someclass.h"
#ifndef NODEPRECATEDLIB_NO_DEPRECATED
void SomeClass::someMethod() const
{
}
#endif