diff options
author | Tobias Arrskog <topfs2@xbmc.org> | 2014-11-20 12:52:34 +0100 |
---|---|---|
committer | Tobias Arrskog <topfs2@xbmc.org> | 2014-11-20 12:52:34 +0100 |
commit | 327f4a3f9e66992f8d5d1300ed68d1021da2057e (patch) | |
tree | f1f0312f3f4b33d645c73688a7c3351b734fc22d | |
parent | 611fa220859a0b71f488d70c2558ff8c40f958cf (diff) | |
parent | 5615b5b929c5f335c0e9a79bedc1127bc2672511 (diff) |
Merge pull request #5769 from Jalle19/fix-namespace-typo
Fix namespace typo
-rw-r--r-- | xbmc/interfaces/json-rpc/PlayerOperations.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/interfaces/json-rpc/PlayerOperations.h b/xbmc/interfaces/json-rpc/PlayerOperations.h index 5d4b6005bc..fc804e8d66 100644 --- a/xbmc/interfaces/json-rpc/PlayerOperations.h +++ b/xbmc/interfaces/json-rpc/PlayerOperations.h @@ -22,7 +22,7 @@ #include "JSONRPC.h" #include "FileItemHandler.h" -namespace EGP +namespace EPG { class CEpgInfoTag; } |