ソースを参照

Fix an erroneus warning message in the Dict destructor.

legacy
Sam Hocevar sam 14年前
コミット
bc256d6dbe
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      src/dict.cpp

+ 1
- 0
src/dict.cpp ファイルの表示

@@ -99,6 +99,7 @@ void Dict::RemoveSlot(int id)
{
if (Ticker::Unref(data->entities[id]) == 0)
data->entities[id] = NULL;
data->nentities--;
}




読み込み中…
キャンセル
保存