blob: 312a177f185c631dc728fcf39af63dfb6e47ddf8 [file] [log] [blame]
#include "nodeprecatedlib_export.h"
class NODEPRECATEDLIB_EXPORT SomeClass
{
public:
#ifndef NODEPRECATEDLIB_NO_DEPRECATED
void someMethod() const;
#endif
};