summaryrefslogtreecommitdiff
path: root/Tests/Module/GenerateExportHeader/visibility_preset/visibility_preset.h
blob: 8becbe18911bb0022a17163be311c20faedd2657 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

#ifndef VISIBILITY_PRESET_H
#define VISIBILITY_PRESET_H

#include "visibility_preset_export.h"

class VISIBILITY_PRESET_EXPORT VisibilityPreset
{
public:
  void someMethod();
};

#endif