Skip to content

Commit

Permalink
dom: Keep DOMException private.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreww committed Sep 14, 2012
1 parent bf253da commit 13bdbc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dom/m_dom_error.f90
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module m_dom_error
private

type DOMException
private
type(error_stack) :: stack
end type DOMException

Expand Down

0 comments on commit 13bdbc6

Please sign in to comment.