Fixed typo in deprecation macro

This commit is contained in:
Snaipe 2016-01-21 12:31:25 +01:00
parent 8ab938d06d
commit 9e0a746a2e

View file

@ -24,7 +24,7 @@
#ifndef CRITERION_INTERNAL_DEPRECATION_H_
# define CRITERION_INTERNAL_DEPRECATION_H_
# define CR_DEPRECATED(Msg) CR_DEPRECATED__(message (Msg))
# define CR_DEPRECATED(Msg) CR_DEPRECATED_(message (Msg))
# ifdef _MSC_VER
# define CR_DEPRECATED_(Msg) __pragma(Msg)