X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fbinding%2Fdecoder.hpp;h=dce9533252fad4e13c490d7b5f811da5aa091b93;hp=48e5945bc32f6451c31c8d429b3c9f9846817178;hb=efdec55aec1a137460fa362a381ed1904182bfed;hpb=3cc9ad7b867853315473df611612c562d562ed8a diff --git a/pv/binding/decoder.hpp b/pv/binding/decoder.hpp index 48e5945..dce9533 100644 --- a/pv/binding/decoder.hpp +++ b/pv/binding/decoder.hpp @@ -14,12 +14,11 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ -#ifndef PULSEVIEW_PV_BINDING_DECODER_H -#define PULSEVIEW_PV_BINDING_DECODER_H +#ifndef PULSEVIEW_PV_BINDING_DECODER_HPP +#define PULSEVIEW_PV_BINDING_DECODER_HPP #include "binding.hpp" @@ -61,4 +60,4 @@ private: } // binding } // pv -#endif // PULSEVIEW_PV_BINDING_DECODER_H +#endif // PULSEVIEW_PV_BINDING_DECODER_HPP