summaryrefslogtreecommitdiff
path: root/doc/doxygen/compiling.txt
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2013-12-27 11:30:37 -0800
committerGary Scavone <gary@music.mcgill.ca>2013-12-27 11:30:37 -0800
commit07c639e41165da70aab5016adf1bf7133a418b31 (patch)
tree23134f770f593643c52f9ca458f06c23fc3d0873 /doc/doxygen/compiling.txt
parenta16508efc3f1ce9dee8f8d760ed68626b34881df (diff)
Renamed RtError class to RtAudioError and embedded it in RtAudio.h.
Deleted RtError.h from distribution and renamed all references to RtError in the documentation, test files, and Windows .dsp files. The version number was incremented to 4.1.0 in anticipation of the next release, as this change affects the API.
Diffstat (limited to 'doc/doxygen/compiling.txt')
-rw-r--r--doc/doxygen/compiling.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doxygen/compiling.txt b/doc/doxygen/compiling.txt
index c1f83e4..9e9cab2 100644
--- a/doc/doxygen/compiling.txt
+++ b/doc/doxygen/compiling.txt
@@ -78,7 +78,7 @@ In order to compile RtAudio for a specific OS and audio API, it is necessary to
</TABLE>
<P>
-The example compiler statements above could be used to compile the <TT>audioprobe.cpp</TT> example file, assuming that <TT>audioprobe.cpp</TT>, <TT>RtAudio.h</TT>, <tt>RtError.h</tt>, and <TT>RtAudio.cpp</TT> all exist in the same directory.
+The example compiler statements above could be used to compile the <TT>audioprobe.cpp</TT> example file, assuming that <TT>audioprobe.cpp</TT>, <TT>RtAudio.h</TT> and <TT>RtAudio.cpp</TT> all exist in the same directory.
*/