summaryrefslogtreecommitdiffstats
path: root/src/svnfrontend/frontendtypes.h
blob: a34f460306a431da1884826297b20b41a41b2cbb (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _FRONTEND_TYPES_H
#define _FRONTEND_TYPES_H

#include "svnqt/shared_pointer.h"

class ThreadContextListener;

typedef svn::smart_pointer<ThreadContextListener> ThreadContextListenerP;

#endif