diff options
author | louis <louis.braun@gmx.de> | 2013-04-10 17:15:16 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-04-10 17:15:16 +0200 |
commit | 553d67045ed05184f98ee707b2b1fd2d38f45f60 (patch) | |
tree | 71c3bbb095142956815dc90406698f1e08c6a7bb /config.h | |
parent | e269a87fc24964fbaac485d6a60f3c331ed321a6 (diff) | |
download | skin-nopacity-553d67045ed05184f98ee707b2b1fd2d38f45f60.tar.gz skin-nopacity-553d67045ed05184f98ee707b2b1fd2d38f45f60.tar.bz2 |
check for Slash at end of startup path parameters
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ struct RssFeed { class cNopacityConfig {
private:
+ cString checkSlashAtEnd(std::string path);
public:
cNopacityConfig();
~cNopacityConfig();
|