Kaydet (Commit) 1ae19c8e authored tarafından Takeshi Abe's avatar Takeshi Abe

Mark as static

Change-Id: I09a76b4c6ad0e63663c2628e5ad957d203e0283c
üst 913d6fb1
......@@ -603,9 +603,9 @@ struct ButtonOrder
int m_nPriority;
};
int getButtonPriority(const OString &rType)
static int getButtonPriority(const OString &rType)
{
const size_t N_TYPES = 3;
static const size_t N_TYPES = 3;
static const ButtonOrder aDiscardCancelSave[N_TYPES] =
{
{ "/discard", 0 },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment