summaryrefslogtreecommitdiff
path: root/src/ncur/ncur.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:43 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:43 +0200
commitf038883a6e004eb4312ba1e761da06b596e14d3f (patch)
tree358f989cac07885cfa913c66a0d563d18c021b26 /src/ncur/ncur.h
parent98eac951f8087b213f5850bd126dcb279db360a8 (diff)
tagging ychat-0.7.7.0ychat-0.7.7.0
Diffstat (limited to 'src/ncur/ncur.h')
-rwxr-xr-xsrc/ncur/ncur.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ncur/ncur.h b/src/ncur/ncur.h
index 1830cdf..74ed60e 100755
--- a/src/ncur/ncur.h
+++ b/src/ncur/ncur.h
@@ -16,7 +16,6 @@ using namespace std;
class ncur : public thro
{
private:
- friend class sign;
menu* p_menu;
WINDOW* p_serveroutput;
list<char*>* p_messagelist; // contains the messages for p_serveroutput!
@@ -29,8 +28,8 @@ private:
pthread_mutex_t mut_is_ready;
public:
- ncur();
- ~ncur();
+ ncur( ); // a standard constructor.
+ ~ncur( );
void start( void *p_void );
void print( char* c_print );