summaryrefslogtreecommitdiff
path: root/src/ncur/ncur.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ncur/ncur.h')
-rwxr-xr-xsrc/ncur/ncur.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ncur/ncur.h b/src/ncur/ncur.h
index e5627c8..1830cdf 100755
--- a/src/ncur/ncur.h
+++ b/src/ncur/ncur.h
@@ -29,8 +29,8 @@ private:
pthread_mutex_t mut_is_ready;
public:
- ncur( ); // a standard constructor.
- ~ncur( );
+ ncur();
+ ~ncur();
void start( void *p_void );
void print( char* c_print );