summaryrefslogtreecommitdiffstats
path: root/Tests/Module/GenerateExportHeader/override_symbol/someclass.h
blob: ae5e8445408f12cbcea00f9bf62bc4f01bdecf49 (plain)
1
2
3
4
5
6
7
8

#include "somelib_export.h"

class SOMELIB_EXPORT SomeClass
{
public:
  void someMethod() const;
};