summaryrefslogtreecommitdiff
path: root/doc/html/probe.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/probe.html')
-rw-r--r--doc/html/probe.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/probe.html b/doc/html/probe.html
index 245a7c3..a8d6bef 100644
--- a/doc/html/probe.html
+++ b/doc/html/probe.html
@@ -10,7 +10,7 @@
<HR>
<!-- Generated by Doxygen 1.4.4 -->
<h1><a class="anchor" name="probe">Probing Device Capabilities</a></h1>A programmer may wish to query the available audio device capabilities before deciding which to use. The following example outlines how this can be done.<p>
-<div class="fragment"><pre class="fragment"><span class="comment">// probe.cpp</span>
+<div class="fragment"><pre class="fragment"><span class="comment">// audioprobe.cpp</span>
<span class="preprocessor">#include &lt;iostream&gt;</span>
<span class="preprocessor">#include "<a class="code" href="RtAudio_8h.html">RtAudio.h</a>"</span>