Merge branch 'dev' into spot-removal-tool

This commit is contained in:
Hombre57
2019-12-08 00:37:54 +01:00
463 changed files with 16158 additions and 10338 deletions

View File

@@ -16,10 +16,10 @@
* You should have received a copy of the GNU General Public License
* along with RawTherapee. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __REFRESHMAP__
#define __REFRESHMAP__
#pragma once
#include <unordered_map>
#include "procevents.h"
// Use M_VOID if you wish to update the proc params without updating the preview at all !
@@ -82,7 +82,8 @@
extern int refreshmap[];
namespace rtengine {
namespace rtengine
{
class RefreshMapper {
public:
@@ -99,5 +100,3 @@ private:
};
} // namespace rtengine
#endif