summaryrefslogtreecommitdiffstats
path: root/xbmc/interfaces/legacy/String.cpp
blob: cb172a282d6cb778695af2afa97170de3c94a1d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 *  Copyright (C) 2005-2018 Team Kodi
 *  This file is part of Kodi - https://kodi.tv
 *
 *  SPDX-License-Identifier: GPL-2.0-or-later
 *  See LICENSES/README.md for more information.
 */

#include "AddonString.h"

namespace XBMCAddon
{
  String emptyString;
}