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