Reset the tree to the last known good state. a=roc

This commit is contained in:
Kyle Huey 2010-08-12 00:31:28 -07:00
commit 481543cd58

View File

@ -96,13 +96,13 @@ protected:
};
#define SET_FORMATETC(fe, cf, td, asp, li, med) \
{\
(fe).cfFormat=cf;\
(fe).ptd=td;\
(fe).dwAspect=asp;\
(fe).lindex=li;\
(fe).tymed=med;\
}
{\
(fe).cfFormat=cf;\
(fe).ptd=td;\
(fe).dwAspect=asp;\
(fe).lindex=li;\
(fe).tymed=med;\
}
#endif // nsClipboard_h__