aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/precompiledHeader/myobject.h
blob: 17dfd48c8372b6104580df697d09229f1d464167 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef MYOBJECT_H
#define MYOBJECT_H

class MyObject
{
public:
    MyObject();
    ~MyObject();
};

#endif