aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests/libsample/templateptr.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/tests/libsample/templateptr.h')
-rw-r--r--sources/shiboken6/tests/libsample/templateptr.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/sources/shiboken6/tests/libsample/templateptr.h b/sources/shiboken6/tests/libsample/templateptr.h
index e8145b90d..bf230c363 100644
--- a/sources/shiboken6/tests/libsample/templateptr.h
+++ b/sources/shiboken6/tests/libsample/templateptr.h
@@ -4,15 +4,16 @@
#ifndef TEMPLATEPTR_H
#define TEMPLATEPTR_H
-#include <utility>
-#include <list>
#include "libsamplemacros.h"
#include "blackbox.h"
+#include <utility>
+#include <list>
+
class LIBSAMPLE_API TemplatePtr
{
public:
- void dummy(std::list<std::pair<BlackBox *, BlackBox *> > & items);
+ void dummy(std::list<std::pair<BlackBox *, BlackBox *> > &items);
};
-#endif
+#endif // TEMPLATEPTR_H