summaryrefslogtreecommitdiff
path: root/orkaudio/Reporting.h
diff options
context:
space:
mode:
Diffstat (limited to 'orkaudio/Reporting.h')
-rw-r--r--orkaudio/Reporting.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/orkaudio/Reporting.h b/orkaudio/Reporting.h
index 0d09333..e2afb72 100644
--- a/orkaudio/Reporting.h
+++ b/orkaudio/Reporting.h
@@ -20,6 +20,7 @@
class Reporting
{
public:
+ Reporting();
static Reporting* GetInstance();
static void ThreadHandler(void *args);
@@ -27,6 +28,7 @@ public:
private:
static Reporting m_reportingSingleton;
ThreadSafeQueue<AudioTapeRef> m_audioTapeQueue;
+ bool m_queueFullError;
};
#endif