Fresco/Prague/demo/Sys Plugin.cc,1.2,1.3
Tobias Hunger <[email protected]> Fri, 24 Oct 2003 19:30:58 +0000
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Prague/demo/Sys
In directory purcel:/tmp/cvs-serv23493/Prague/demo/Sys
Modified Files:
Plugin.cc
Log Message:
Missing ; (gideon complained about this when importing Fresco)
Index: Plugin.cc
===================================================================
RCS file: /cvs/fresco/Fresco/Prague/demo/Sys/Plugin.cc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Plugin.cc 25 Mar 2002 15:34:17 -0000 1.2
+++ Plugin.cc 24 Oct 2003 19:30:55 -0000 1.3
@@ -6,4 +6,4 @@
virtual void execute() { std::cout << "Hello World !" << std::endl;}
};
-dload(Greeting)
+dload(Greeting);