summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2005-10-24 18:18:56 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2005-10-24 18:18:56 (GMT)
commit32557464b53467b2819e3fb820a7bbc459eb3e30 (patch)
treea3e5426db07e417c276c043b1c2436f169045b49 /src/doxygen.cpp
parentc9ed38abcef60f4ecb9fc08a1ddd936762d5342c (diff)
downloadDoxygen-32557464b53467b2819e3fb820a7bbc459eb3e30.zip
Doxygen-32557464b53467b2819e3fb820a7bbc459eb3e30.tar.gz
Doxygen-32557464b53467b2819e3fb820a7bbc459eb3e30.tar.bz2
Release-1.4.5-20051024
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r--src/doxygen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp
index ff2606a..6bfedd4 100644
--- a/src/doxygen.cpp
+++ b/src/doxygen.cpp
@@ -245,7 +245,7 @@ static STLInfo g_stlinfo[] =
{ "ofstream", "basic_ofstream<char>", 0, 0, 0, 0, 0, FALSE, FALSE },
{ "wofstream", "basic_ofstream<wchar_t>", 0, 0, 0, 0, 0, FALSE, FALSE },
{ "fstream", "basic_fstream<char>", 0, 0, 0, 0, 0, FALSE, FALSE },
- { "wfstream", "basic_wfstream<wchar_t>", 0, 0, 0, 0, 0, FALSE, FALSE },
+ { "wfstream", "basic_fstream<wchar_t>", 0, 0, 0, 0, 0, FALSE, FALSE },
{ "istringstream", "basic_istringstream<char>", 0, 0, 0, 0, 0, FALSE, FALSE },
{ "wistringstream", "basic_istringstream<wchar_t>", 0, 0, 0, 0, 0, FALSE, FALSE },
{ "ostringstream", "basic_ostringstream<char>", 0, 0, 0, 0, 0, FALSE, FALSE },