Merge pull request #25808 from CastagnaIT/fix_url_parse
[xbmc.git] / xbmc / interfaces / legacy / CallbackFunction.cpp
blobfdd6cf8d6de939a4bbeccc2e1746b7b07986c66d
1 /*
2 * Copyright (C) 2005-2018 Team Kodi
3 * This file is part of Kodi - https://kodi.tv
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 * See LICENSES/README.md for more information.
7 */
9 #include "CallbackFunction.h"
11 namespace XBMCAddon
13 Callback::~Callback() { XBMC_TRACE; deallocating(); }