From 02b0cf723b8484afa0116ebb89fec12d6d92bd59 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sat, 4 May 2013 13:05:24 +0200 Subject: [PATCH] neutrino: make CInfoViewerBB constructor private Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/a7e587e3cb20e199e5a6a418c5b0d1dced0641c8 Author: Stefan Seyfried Date: 2013-05-04 (Sat, 04 May 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/infoviewer_bb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/infoviewer_bb.h b/src/gui/infoviewer_bb.h index d47e64409..620a3aa73 100644 --- a/src/gui/infoviewer_bb.h +++ b/src/gui/infoviewer_bb.h @@ -128,9 +128,9 @@ class CInfoViewerBB pthread_t hddperT; static void* hddperThread(void *arg); bool hddperTflag; + CInfoViewerBB(); public: - CInfoViewerBB(); ~CInfoViewerBB(); static CInfoViewerBB* getInstance(); void Init(void);