Date:2013-08-12 05:04:20 (10 years 7 months ago)
Author:Maarten ter Huurne
Commit:0d0eebe3653d700135d7e92a90f85e8012c2c550
Message:Made Link/LinkApp::searchIcon() protected (instead of public)

Files: src/link.h (2 diffs)
src/linkapp.h (2 diffs)

Change Details

src/link.h
5050    Surface *iconSurface;
5151    Surface *icon_hover;
5252
53    virtual const std::string &searchIcon();
5354    void setIconPath(const std::string &icon);
5455    void updateSurfaces();
5556
...... 
6162    virtual bool paintHover();
6263
6364    virtual void loadIcon();
64    virtual const std::string &searchIcon();
6565
6666    void setSize(int w, int h);
6767    void setPosition(int x, int y);
src/linkapp.h
5757            const std::string &selectedFile = "",
5858            const std::string &selectedDir = "");
5959
60protected:
61    virtual const std::string &searchIcon();
62
6063public:
6164#ifdef HAVE_LIBOPK
6265    const std::string &getCategory() { return category; }
...... 
7275#endif
7376
7477    virtual void loadIcon();
75    virtual const std::string &searchIcon();
7678
7779#if defined(PLATFORM_A320) || defined(PLATFORM_GCW0)
7880    bool consoleApp;

Archive Download the corresponding diff file



interactive