加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
greektranslit.hh 391 Bytes
一键复制 编辑 原始数据 按行查看 历史
Abs62 提交于 2018-05-21 18:32 . Fix gcc 7.3 compiler warnings (#issue 978)
/* This file is (c) 2010 Jennie Petoumenou <epetoumenou@gmail.com>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#ifndef GREEKTRANSLIT_HH
#define GREEKTRANSLIT_HH
#include "dictionary.hh"
// Support for Greek transliteration
namespace GreekTranslit {
sptr< Dictionary::Class > makeDictionary() THROW_SPEC( std::exception );
}
#endif // GREEKTRANSLIT_HH
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化