blob: 1f68d08e9653f632173793631ed16910f04223e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-aq,v 1.1 2003/11/18 21:09:18 markd Exp $
--- src/ComUnidraw/comeditor.c.orig 2003-10-23 07:14:06.000000000 +1300
+++ src/ComUnidraw/comeditor.c
@@ -58,7 +58,7 @@
#include <Attribute/attrlist.h>
-#include <strstream.h>
+#include <strstream>
#include <string.h>
/*****************************************************************************/
@@ -231,7 +231,7 @@ void ComEditor::AddCommands(ComTerp* com
if(!whiteboard())
OverlayEditor::ExecuteCmd(cmd);
else {
- ostrstream sbuf;
+ std::ostrstream sbuf;
boolean oldflag = OverlayScript::ptlist_parens();
OverlayScript::ptlist_parens(false);
switch (cmd->GetClassId()) {
|