From 449c016b468da1dbff583974081aff2737aedee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Tue, 14 Sep 2010 20:14:04 +0000 Subject: [PATCH] Small coding style cleanup. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38652 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- .../mediaplayer/media_node_framework/video/VideoSupplier.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/mediaplayer/media_node_framework/video/VideoSupplier.h b/src/apps/mediaplayer/media_node_framework/video/VideoSupplier.h index 7f6a77e201..010853a01a 100644 --- a/src/apps/mediaplayer/media_node_framework/video/VideoSupplier.h +++ b/src/apps/mediaplayer/media_node_framework/video/VideoSupplier.h @@ -14,7 +14,7 @@ struct media_raw_video_format; class VideoSupplier { - public: +public: VideoSupplier(); virtual ~VideoSupplier(); @@ -27,7 +27,7 @@ class VideoSupplier { inline bigtime_t ProcessingLatency() const { return fProcessingLatency; } - protected: +protected: bigtime_t fProcessingLatency; };