diff options
| author | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:48 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:48 +0200 |
| commit | 5a019f435eb0068b524566d9babf172d58d0e96e (patch) | |
| tree | b083dccdfbec4335a5967d50c4294f7501c77345 /src/ncur/ncur.h | |
| parent | 4ecbf33fae730bc79c4a47e6efda615b104754ad (diff) | |
tagging ychat-0.7.9.2ychat-0.7.9.2
Diffstat (limited to 'src/ncur/ncur.h')
| -rwxr-xr-x | src/ncur/ncur.h | 4 |
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 ); |
