From e90dbe0dd308fca3d6387209b50458bdfb2aeaa6 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Fri, 24 Dec 2004 12:37:52 +0000 Subject: Renamed class 'disposition' to 'contentDisposition'. --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index e47c4f21..1ee4b4da 100644 --- a/SConstruct +++ b/SConstruct @@ -36,12 +36,12 @@ libvmime_sources = [ 'charset.cpp', 'charset.hpp', 'component.cpp', 'component.hpp', 'constants.cpp', 'constants.hpp', + 'contentDisposition.cpp', 'contentDisposition.hpp', 'contentDispositionField.cpp', 'contentDispositionField.hpp', 'contentHandler.cpp', 'contentHandler.hpp', 'contentTypeField.cpp', 'contentTypeField.hpp', 'dateTime.cpp', 'dateTime.hpp', 'defaultAttachment.cpp', 'defaultAttachment.hpp', - 'disposition.cpp', 'disposition.hpp', 'encoder.cpp', 'encoder.hpp', 'encoder7bit.cpp', 'encoder7bit.hpp', 'encoder8bit.cpp', 'encoder8bit.hpp', -- cgit