freebsd-ports/x11-wm/wmanager/files/patch-inc::WManager.H
Kirill Ponomarev e0d94e53d9 - Fix build on -current
- Utilize DOCSDIR

PR:		58882
Submitted by:	Ports Fury
2003-11-03 21:14:21 +00:00

15 lines
401 B
C++

--- inc/WManager.H.orig Mon Nov 15 00:28:36 1999
+++ inc/WManager.H Sun Nov 2 02:38:20 2003
@@ -80,10 +80,10 @@
private:
Interface* _Interface;
- string* _ConfigurationFilename;
+ std::string* _ConfigurationFilename;
void
- _ParseConfigurationFile(ifstream* filestream);
+ _ParseConfigurationFile(std::ifstream* filestream);
void
_TokenizeAndAddToBrowser(char* entry);