mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
02ca99bd5f
Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com>
12 lines
263 B
C++
12 lines
263 B
C++
--- cgx_1.1/src/smeUndo.cpp.orig Thu Aug 7 15:41:36 2003
|
|
+++ cgx_1.1/src/smeUndo.cpp Thu Aug 7 15:50:42 2003
|
|
@@ -23,7 +23,7 @@
|
|
|
|
#include "smeUndo.h"
|
|
|
|
-#include <iostream.h>
|
|
+#include <iostream>
|
|
|
|
bool smeUndoItemBase::isOwner ( const char* ownerString )
|
|
{
|