|
From: Lasse Kärkkäi. <tr...@us...> - 2010-05-22 18:06:06
|
Module: performous
Branch: master
Commit: cabb4759685fdf63a5f1652925af740eaa910be5
Author: Lasse Karkkainen <tro...@tr...>
Date: Sat May 22 21:05:25 2010 +0300
Another struct vs. class problem.
---
game/webcam.hh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/game/webcam.hh b/game/webcam.hh
index ae7cd09..1091c91 100644
--- a/game/webcam.hh
+++ b/game/webcam.hh
@@ -7,7 +7,7 @@
#include "surface.hh"
-class CvCapture;
+struct CvCapture;
struct CamFrame {
int width;
|