summaryrefslogtreecommitdiffstats
path: root/Tests/Module/GenerateExportHeader/prefix/useprefixclass.h
blob: f5e31b507d7fe0a0f535131935cdd2bc027deeea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

#ifndef USEPREFIXCLASS_H
#define USEPREFIXCLASS_H

#include "use_prefix_lib_export.h"

class MYPREFIX_USE_PREFIX_LIB_EXPORT UsePrefixClass
{
public:
  int someMethod() const;
};

#endif