Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
GenerateExportHeader
/
nodeprecated
/
src
/
someclass.cpp
blob: 81dce62035e49e76f6abaf61eef4a0402336aa13 [
file
]
#include
"someclass.h"
#ifndef
NODEPRECATEDLIB_NO_DEPRECATED
void
SomeClass
::
someMethod
()
const
{
}
#endif