repositories
/
deb_libcec.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ceaabc
)
cec: fixed invalid forward decl after changing struct into class
author
Lars Op den Kamp
<lars@opdenkamp.eu>
Sat, 25 Feb 2012 19:34:15 +0000
(20:34 +0100)
committer
Lars Op den Kamp
<lars@opdenkamp.eu>
Sat, 25 Feb 2012 19:34:15 +0000
(20:34 +0100)
src/lib/CECProcessor.h
patch
|
blob
|
blame
|
history
diff --git
a/src/lib/CECProcessor.h
b/src/lib/CECProcessor.h
index ee74f081bfe994bafa480d915aff12a89b44e57d..61ea68691e36f56ceea33dca4e98ff925b030b13 100644
(file)
--- a/
src/lib/CECProcessor.h
+++ b/
src/lib/CECProcessor.h
@@
-40,7
+40,7
@@
namespace CEC
{
class CLibCEC;
-
struct
IAdapterCommunication;
+
class
IAdapterCommunication;
class CCECBusDevice;
class CCECProcessor : public PLATFORM::CThread, public IAdapterCommunicationCallback