Bläddra i källkod

include <assert> -> <cassert>

Fixes reported public issue #280.
main
Chris Mumford 9 år sedan
förälder
incheckning
b9afa1f2e7
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      doc/index.html

+ 1
- 1
doc/index.html Visa fil

@ -22,7 +22,7 @@ directory. The following example shows how to open a database,
creating it if necessary:
<p>
<pre>
#include &lt;assert&gt;
#include &lt;cassert&gt;
#include "leveldb/db.h"
leveldb::DB* db;

Laddar…
Avbryt
Spara