소스 검색

include <assert> -> <cassert>

Fixes reported public issue #280.
main
Chris Mumford 9 년 전
부모
커밋
b9afa1f2e7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      doc/index.html

+ 1
- 1
doc/index.html 파일 보기

@ -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;

불러오는 중...
취소
저장