[Scummvm-cvs-logs] scummvm master -> 870ab35f5b184bc7af950437de4e5cb4f2afeddd

salty-horse ori at avtalion.name
Sat Apr 14 14:34:00 CEST 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
870ab35f5b VIDEO: Change 'class' to 'struct' to match declaration


Commit: 870ab35f5b184bc7af950437de4e5cb4f2afeddd
    https://github.com/scummvm/scummvm/commit/870ab35f5b184bc7af950437de4e5cb4f2afeddd
Author: Ori Avtalion (ori at avtalion.name)
Date: 2012-04-14T05:32:26-07:00

Commit Message:
VIDEO: Change 'class' to 'struct' to match declaration

Changed paths:
    video/codecs/svq1.h



diff --git a/video/codecs/svq1.h b/video/codecs/svq1.h
index df22d4b..e5066ab 100644
--- a/video/codecs/svq1.h
+++ b/video/codecs/svq1.h
@@ -28,7 +28,7 @@
 namespace Common {
 class BitStream;
 class Huffman;
-class Point;
+struct Point;
 }
 
 namespace Video {






More information about the Scummvm-git-logs mailing list