summaryrefslogtreecommitdiff
path: root/dynamicdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'dynamicdevice.h')
-rw-r--r--dynamicdevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamicdevice.h b/dynamicdevice.h
index 2f90a73..36fb12d 100644
--- a/dynamicdevice.h
+++ b/dynamicdevice.h
@@ -23,9 +23,9 @@ private:
static int numDynamicDevices;
static cMutex arrayMutex;
static cDynamicDevice *dynamicdevice[MAXDEVICES];
- static int IndexOf(const char *DevPath, int &NextFreeIndex);
public:
static cDvbDeviceProbe *dvbprobe;
+ static int IndexOf(const char *DevPath, int &NextFreeIndex);
static int NumDynamicDevices(void) { return numDynamicDevices; }
///< Returns the total number of dynamic devices.
static bool ProcessQueuedCommands(void);