Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lintest/myrulib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'MyRuLib/FbBookMenu.h')
-rw-r--r--MyRuLib/FbBookMenu.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/MyRuLib/FbBookMenu.h b/MyRuLib/FbBookMenu.h
index 9f6bfdf8..c5409c5f 100644
--- a/MyRuLib/FbBookMenu.h
+++ b/MyRuLib/FbBookMenu.h
@@ -6,8 +6,6 @@
#include <wx/arrimpl.cpp>
#define fbNO_FOLDER (-999)
-#define fbFLDR_DOWN (-998)
-
class FbMenuFolderItem
{
@@ -31,7 +29,7 @@ WX_DECLARE_OBJARRAY(FbMenuAuthorItem, FbMenuAuthorArray);
class FbBookMenu: public wxMenu
{
public:
- FbBookMenu(int id, int iFolder);
+ FbBookMenu(int id, int iFolder, int iType);
static void EmptyFolders() { sm_folders.Empty(); };
static int GetFolder(const int id);
static int GetAuthor(const int id);