diff options
author | chriszero <zerov83@gmail.com> | 2015-01-11 15:21:17 +0100 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-01-11 15:21:17 +0100 |
commit | e0ad2e8c384b0ffab2c4283ea26efede6383dddd (patch) | |
tree | 23bbb67a5eab06d79436ab4f65b3b92d564fd502 /plex.h | |
parent | 508ba3458094f0c30b278cc05abc626b6f3940e0 (diff) | |
download | vdr-plugin-plex-e0ad2e8c384b0ffab2c4283ea26efede6383dddd.tar.gz vdr-plugin-plex-e0ad2e8c384b0ffab2c4283ea26efede6383dddd.tar.bz2 |
Typo
Diffstat (limited to 'plex.h')
-rw-r--r-- | plex.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -213,9 +213,7 @@ class cMyPlugin:public cPlugin virtual bool Service(const char *, void * = NULL); virtual const char **SVDRPHelpPages(void); virtual cString SVDRPCommand(const char *, const char *, int &); - -private: - Poco::Crypto::OpenSSLInitializer _openSSLInitializer; //Bug in Poco::Crypto, see https://github.com/pocoproject/poco/issues/527 + }; #endif
\ No newline at end of file |