X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fprop%2Fstring.hpp;h=6032cab02a3c47f386538fc2f815469fe1abd039;hp=db57f7cd526d40a8c1efaf7323dc46098a1aad8f;hb=eb8269e3b5eebdd77e6a82d42bcfdfbc3f7613a9;hpb=2acdb232d6bb452cfdfaea3ef5218fb4da592329 diff --git a/pv/prop/string.hpp b/pv/prop/string.hpp index db57f7cd..6032cab0 100644 --- a/pv/prop/string.hpp +++ b/pv/prop/string.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_PROP_STRING_H -#define PULSEVIEW_PV_PROP_STRING_H +#ifndef PULSEVIEW_PV_PROP_STRING_HPP +#define PULSEVIEW_PV_PROP_STRING_HPP #include "property.hpp" @@ -49,4 +48,4 @@ private: } // prop } // pv -#endif // PULSEVIEW_PV_PROP_STRING_H +#endif // PULSEVIEW_PV_PROP_STRING_HPP