diff --git a/golded3/gemlst.cpp b/golded3/gemlst.cpp index 4d0d232..fb97c73 100644 --- a/golded3/gemlst.cpp +++ b/golded3/gemlst.cpp @@ -708,17 +708,6 @@ void MessageBrowse() { // ------------------------------------------------------------------ -class ThreadEntry { - -public: - uint32_t msgno; - uint32_t replyto; - uint32_t reply1st; - uint32_t replynext; - uint32_t replytoindex; - uint32_t level; -}; - //#define MAX_LEVEL 20 // ------------------------------------------------------------------ diff --git a/golded3/geprot.h b/golded3/geprot.h index b40c67e..b8c2955 100644 --- a/golded3/geprot.h +++ b/golded3/geprot.h @@ -216,6 +216,19 @@ void MsgThreadlist(); // ------------------------------------------------------------------ +class ThreadEntry { + +public: + uint32_t msgno; + uint32_t replyto; + uint32_t reply1st; + uint32_t replynext; + uint32_t replytoindex; + uint32_t level; +}; + +// ------------------------------------------------------------------ + class GThreadlist : public gwinpick { private: