X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fprop%2Fbool.cpp;h=2773eaae708ebdefbdc4906ee063400180d5395c;hb=aca9aa834c742ba70f49d1ac3eb2d1e02e759416;hp=3281de78cbf90841e7480c238fa8781ebeef9c36;hpb=c6246dc56ed01d7e99aa65ab88b8c191300b1ebd;p=pulseview.git diff --git a/pv/prop/bool.cpp b/pv/prop/bool.cpp index 3281de7..2773eaa 100644 --- a/pv/prop/bool.cpp +++ b/pv/prop/bool.cpp @@ -14,11 +14,10 @@ * 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 . */ -#include +#include #include @@ -79,5 +78,5 @@ void Bool::on_state_changed(int) commit(); } -} // prop -} // pv +} // namespace prop +} // namespace pv