merge with dev

This commit is contained in:
Desmis
2019-11-07 08:09:21 +01:00
415 changed files with 4312 additions and 5300 deletions

View File

@@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License
* along with RawTherapee. If not, see <https://www.gnu.org/licenses/>.
*/
#ifndef _RTSETTINGS_
#define _RTSETTINGS_
#pragma once
#include <glibmm/ustring.h>
namespace rtengine
{
@@ -104,7 +104,5 @@ public:
* @param s a pointer to the Settings instance to destroy. */
static void destroy(Settings* s);
};
extern const Settings* settings;
}
#endif