blob: 0f45ecfa55baa9213379809093ce3c3980355c33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef _FRONTEND_TYPES_H
#define _FRONTEND_TYPES_H
#include "svnqt/shared_pointer.hpp"
class ThreadContextListener;
typedef svn::smart_pointer<ThreadContextListener> ThreadContextListenerP;
#endif
|