summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
authorThomas Reufer <thomas@reufer.ch>2014-04-24 08:45:51 +0200
committerThomas Reufer <thomas@reufer.ch>2014-04-24 08:45:51 +0200
commita7449fcd944bea79121eb950806aaf63d20c955f (patch)
treef35c05691e4b24726e75685338bea30bc0a18f6f /tools.h
parentfc42859da7ce1642f8b8496a9958d51ca1ebd8fd (diff)
downloadvdr-plugin-rpihddevice-a7449fcd944bea79121eb950806aaf63d20c955f.tar.gz
vdr-plugin-rpihddevice-a7449fcd944bea79121eb950806aaf63d20c955f.tar.bz2
add prefix to plugin specific class names
Diffstat (limited to 'tools.h')
-rw-r--r--tools.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools.h b/tools.h
index e5a2b6d..293731e 100644
--- a/tools.h
+++ b/tools.h
@@ -57,7 +57,7 @@ public:
}
};
-class cAudioPort
+class cRpiAudioPort
{
public:
@@ -72,7 +72,7 @@ public:
}
};
-class cVideoPort
+class cRpiVideoPort
{
public: